home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / brik2src.zip / MAKEBRIK.COM < prev    next >
Text File  |  1989-08-04  |  382b  |  11 lines

  1. $! This command file compiles brik for VAX/VMS and also defines a
  2. $! symbol so you can type "brik" to execute the program.
  3. $!
  4. $ cc /define=VMS brik.c
  5. $ cc /define=VMS addbfcrc
  6. $ cc /define=VMS initcrc.c
  7. $ cc /define=VMS vms.c
  8. $ cc /define=VMS getopt.c
  9. $ link/executable=brik.exe  brik,addbfcrc,initcrc,vms,getopt, options/opt
  10. $ brik:==$'f$trnlnm("sys$disk")''f$directory()'brik.exe
  11.